home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Demos / Total Distortion / aa02 / 00081.ls < prev    next >
Encoding:
Text File  |  1994-08-25  |  117 b   |  9 lines

  1. on QInit
  2.   global TDemoQuit
  3.   if TDemoQuit starts "go" then
  4.     exit
  5.   else
  6.     set TDemoQuit to "Quit"
  7.   end if
  8. end
  9.